home *** CD-ROM | disk | FTP | other *** search
/ Inside Indy 1993 / Inside Indy 1993.iso / demos / CHEM / ribbon / data / combo.notes < prev    next >
Encoding:
Text File  |  1993-06-23  |  533 b   |  22 lines

  1.                 combo model
  2.  
  3.     Data Files:
  4.  
  5.     The data files previously discussed were used.
  6.  
  7.     A grouping of protein and nucleic acid structures was made:
  8.         touch combo.coords
  9.         touch combo.ribbons
  10.         foreach i ( calmod dna trna ubiq )
  11.             cat $i.ribbons >> combo.ribbons
  12.             cat $i.coords >> combo.coords
  13.             end
  14.  
  15.     The atoms file just consists of the calmodulin calciums:
  16.         cp calmod.atoms combo.atoms
  17.  
  18.     The bonds file was created by hand to approximate the DNA axis:
  19.         ( file = dna.cyl )
  20.  
  21.     The combination of ribbon models is now ready for display.
  22.